Class IoeImpl

All Implemented Interfaces:
IPCObject, Device, Ioe

public class IoeImpl extends DeviceImpl implements Ioe
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getSensorType

      public String getSensorType()
      Information provided by the PKI file:
      
          \brief Returns sensor type string.
          
          \return string, sensor type string.
          
              
      Specified by:
      getSensorType in interface Ioe
      Returns:
      String Returns a String
    • getSensorState

      public boolean getSensorState()
      Information provided by the PKI file:
      
          \brief Returns true if can get sensor state, false otherwise.
          
          \return bool, true if can get sensor state, false otherwise.
          
              
      Specified by:
      getSensorState in interface Ioe
      Returns:
      boolean Returns a boolean